2025-11-08 13:20:37
You can edit the theme code in the backend via Appearance → Theme. The theme files use the Smarty engine template. If you are not familiar with the Smarty engine template, you can ask ChatGPT to ...
2025-11-08 13:25:00
Designing a theme is all about showing SucShop’s variables (data) as you want. For example, showing $siteName (website name) in the top left or center. SucShop provides the following variables. ...
2025-11-08 13:25:17
Variable Name Description $baseUrl Domain name $lang Current language code (e.g., en, ja, fr) $theme Enabled theme name $title Page title $tr Array of translated wo ...
2025-11-08 13:26:28
Variable Name Description Field $postList Post list (with pagination) array( 0 => array( 'id' &n ...
2025-11-08 13:26:42
Variable Name Description Field $postList Post list (with pagination) Same as blog.tpl $totalPage Total pages for post list pagination Same as blog.tpl $pageParam Archive ...